home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb2.txt < prev    next >
Text File  |  1993-11-03  |  37KB  |  1,276 lines

  1. Public (software) Library
  2. Copyright 1993 Nelson Ford, PsL ALL RIGHTS RESERVED
  3.  
  4. Visual Basic Programming
  5. (Continued from VB1.TXT)
  6.  
  7.  
  8. CONTENTS:
  9.  
  10. -----TOOLS:  General Tools/Reference/Info
  11. -----MISC
  12. -----DATABASE
  13. -----SORTSRCH:  sorting and searching routines
  14. -----INPUT:  data entry routines
  15. -----KYB_MOUS: keyboard, mouse, cursor and joystick routines
  16. -----PRINTING
  17. -----API:  API Reference/Utils
  18. -----SOUNDS:  PC speaker, WAV files, MIDI
  19. -----DDE
  20. -----SAMP_APS: Sample Applications
  21. -----FAX
  22. -----GAMES
  23. -----NUMERIC
  24. -----MENU:  menu-bar related items
  25. -----INI_FILE:  INI file related items
  26. -----ARRAYS
  27. -----COMPRESS:  file compression, archiving
  28. -----INSTALL:  installation routines, programs
  29.  
  30.  
  31. -----TOOLS:  General Tools/Reference/Info
  32.  
  33. [ADDHELP]
  34. AddHelp
  35. is all the code you need to access a Help file from VB.
  36.  
  37. [ADDITEM]
  38. Additem
  39. is VB code that illustrates a potential problem with adding fixed length strings
  40. to a List Box.
  41.  
  42. [AVI_WI]
  43. AVI_WI
  44. (Mathison, Rolf; $0)
  45. contains annotated VB source code to play AVI files in any window,
  46. rather than the default random window.
  47.  
  48. [BASICBS]
  49. BasicBasic 1.3
  50. (Davidsaver, Mark; $15)
  51. lets you compile BASIC programs for DOS or Windows. Not all "standard" BASIC
  52. commands are supported. This is a very easy way to develop small programs
  53. without regard for which environment they will run under. Several sample files
  54. are included for compiling, and ASCII source code is accepted.
  55.  
  56. [BitMap]
  57. BitMap
  58. (Young, Ted; $0)
  59. is code for an "application" that simply illustrates the use of all the VB
  60. Picture Box functions.
  61.  
  62. [BUSTER]
  63. Buster
  64. automates the VB environment. It saves code and inserts declares and constants
  65. in your project.
  66.  
  67. [CLK_DBL]
  68. Click & Double-Click
  69. (Ford, Nelson ASP; $0)
  70. is code that shows how to trap both the click and double-click events for a
  71. control.
  72.  
  73. [COLCALC]
  74. Color Calculator
  75. (Evers, Dave; $0)
  76. displays color number for color combo selected on sliding bars. VB source code
  77. is included.
  78.  
  79. [Cvdmkd]
  80. Cvdmkd
  81. (Carr, J. Frank; $0)
  82. contains a set of routines that provide the MKDMBF$, MKSMBF$, CVDMBF,
  83. and CVSMBF functions for VB 2.0. It also contains routines to convert
  84. Turbo Pascal 6 byte reals to VB doubles. A simple demo program is also
  85. provided. These routines are important if you plan to convert QB 3.0 or
  86. earlier data files to VB.
  87.  
  88. [DLL4VB]
  89. DLL4VB
  90. is an example of how to make a simple DLL for VB with BC++. C and VB source
  91. included.
  92.  
  93. [DLSNIFF]
  94. DLL Sniffer v1.0
  95. (Hutmacher, Dave; $9)
  96. finds and lists all Declares for external Subs and Functions in your source
  97. code.
  98.  
  99. [FOCUTRN]
  100. Focus U-Turn
  101. demonstrates techniques for the use of Focus, and what to expect when you use
  102. it, particularly as it applies to attempts to verify data on exit from a control
  103. via LostFocus.
  104.  
  105. [GetDec]
  106. GetDec
  107. (MicroHelp, Inc.; $0)
  108. eliminates unused DLL declarations from the Global module of your programs,
  109. resulting in a smaller EXE.
  110.  
  111. [GetHelp]
  112. GetHelp
  113. (Freel, Fred L.; $0)
  114. allows you to call Windows or application Help Files and jump to a page
  115. that you specify.
  116.  
  117. [HCSHELL]
  118. Help Compiler Shell
  119. (Brown, Tim; $0)
  120. opens, edits, and saves Help Compiler project files and map files. It runs the
  121. Help Compiler and your compiled Help files. It also automates a few of your
  122. compiling tasks and reports the compile status.
  123.  
  124. [HYPR_VB]
  125. Hyper
  126. (Martin, Wendell; $0)
  127. shows how to add hypertext to your VB programs.
  128.  
  129. [INSIGHT@]
  130. Basic Insight 2.00
  131. (McKelvy Enterprises; $30)
  132. helps with the documentation and debugging of Microsoft BASIC and Visual
  133. Basic programs. It provides aformatted source listing and variable
  134. cross-reference for each subroutine and for the program as a whole.
  135.  
  136. [JUNQUE]
  137. Junque
  138. shows how you can implement an activity indicator for open-ended
  139. routines by displaying a message box that "Things Are Happening".
  140.  
  141. [MRBDNC]
  142. MRB Drop n' Comp
  143. (CHC Software; $0)
  144. is a Windows front end for the Microsoft Multiple Resolution Bitmap
  145. Compiler. It enables you to select a group of files using File Manager
  146. and drop them onto the MRB Drop 'n' Comp window or icon. An Auto Launch
  147. feature automatically starts compilation when a pre-determined number of
  148. files have been selected.
  149.  
  150. [PRETTYPR]
  151. PrettyPrint 1.0
  152. (Sirkin, Bert; $0)
  153. is a source code text printer for Visual Basic. It has options for bold
  154. and italic text, two different typefaces, various point sizes, and more.
  155. It also formats source code with line numbers.
  156.  
  157. [PRINTVB]
  158. PrintVB
  159. (Kyle Brant; $18) - is a source code printing utility for
  160. VB. Many formatting options are available.
  161.  
  162. [PSPFRM]
  163. PSPFrm
  164. is source code that allows printing a form, including border and caption,
  165. to a PostScript or PCL printer. Print size is adjustable.
  166.  
  167. [PTK_CC]
  168. PTK Control Center
  169. (Obeda, Ed; $11)
  170. makes it easy to add Professional Toolkit Custom Controls to your VB apps. In
  171. addition, commonly used tools can be saved and automatically selected on
  172. startup.
  173.  
  174. [Saveme]
  175. Saveme
  176. (Irwin, Gregg; $0)
  177. provides you with a reminder, as well as the ability, to save a project before
  178. running it. Forgetting to save before running is a sure way to lose lots of work
  179. over time. While Irwin designed this as a stand-alone, it seems like it would be
  180. more effective to make it the start-up form in your program during the design
  181. and testing period.
  182.  
  183. [Scbar]
  184. Scbar
  185. (Software Assist Corporation; $0)
  186. shows how to have scroll bars represent up to a billion.
  187.  
  188. [SUBDOC]
  189. SubDoc 2.02
  190. (Fox, Peter; $35)
  191. is for documenting VB2 source code. It catalogues, displays and prints
  192. procedures, types, global variables and constants with detailed entries
  193. extracted from remarks in the original source. This can be used with all
  194. the sources in a project or all the reusable sources that are in the
  195. development directory to provide a catalogue of re-usable code. It can
  196. also create a calling tree for a procedure.
  197.  
  198. [VB_ASST]
  199. VB Assistant
  200. (English, Donald R.; $0)
  201. displays a menu that lets you save and run the application you are working on,
  202. invoke an icon editor, or quickly gain access to all help and text files which
  203. relate to Visual Basic. Source code and executable are included.
  204.  
  205. [Valet]
  206. Valet 1.0
  207. (English, Donald R.; $15)
  208. provides quick access to frequently used help files, constant files, and
  209. custom controls while working in Visual Basic 1.0. Other features
  210. include the ability to save and run, save and make an EXE, log time
  211. spent on a project, drag and drop support, and much more.
  212.  
  213. [VBXPAND]
  214. VB/Expand
  215. (Beekes, Bernd; $0)
  216. is an add-on package for VB2. It provides instant access to help and text
  217. files, automatic insertion of headers for forms/modules/subroutines/
  218. functions, inclusion and exclusion of other files, and an open interface to
  219. code generation tools.
  220.  
  221. [VB2EXT]
  222. VB_2_EXT
  223. (Hutmacher, David Th.; $0)
  224. lets you easily reuse Declare statements from existing VB source code.
  225. It displays a list of all the BAS files on the selected drive and a
  226. list of all the Declares in a selected BAS file.
  227.  
  228. [VB2list]
  229. VB2list
  230. (Barlow, Chris; $0)
  231. a Word for Windows 2.0 template that will read Visual Basic MAK files
  232. and locate all FRM and BAS files. Then it will read these files and
  233. create an outline and table of contents of all Subs and Functions.
  234.  
  235. [VBASICS]
  236. Visual Basics #16-#22
  237. (Seymour, Barry; $0)
  238. contains articles dealing with various Visual Basic topics.
  239.  
  240. [VBBooks]
  241. VBBooks
  242. is a list of currently available books about Visual Basic. Information
  243. includes name of book, publisher, publisher's address, phone numbers and
  244. a brief description of the book.
  245.  
  246. [VBClean]
  247. VBClean
  248. (Hite, David; $0)
  249. is source for an automatic save/load procedure needed to shrink VB executables.
  250.  
  251. [VBGLOB]
  252. VB Global Constant Help
  253. (Thorpe, Rick; $0)
  254. is VB3's CONSTANT.TXT in Windows HLP format.
  255.  
  256. [VB2DOC]
  257. VB Source to Document
  258. (Juden, Eddir; $25)
  259. creates a Word for Windows Document from any MAK file. It will
  260. highlight all SUBs and FUNCTIONs, mark all Rem'ed statements, count
  261. SUB and FUNCTION usage, and create a Table of Contents. This is a
  262. powerful debugging tool.
  263.  
  264. [VBPROJ]
  265. VBProject 1.0
  266. (Kallonen, Jari; $0)
  267. is a hand